projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d866ddd
)
(Syntax Table Functions):
author
Juri Linkov
<juri@jurta.org>
Mon, 17 Oct 2005 06:49:14 +0000
(06:49 +0000)
committer
Juri Linkov
<juri@jurta.org>
Mon, 17 Oct 2005 06:49:14 +0000
(06:49 +0000)
Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
lispref/syntax.texi
patch
|
blob
|
history
diff --git
a/lispref/syntax.texi
b/lispref/syntax.texi
index 5cde2badabdc548523727f05e023c3e3972b3923..7de2cee2f81e12e5a0fca24b43a0b0455064fee7 100644
(file)
--- a/
lispref/syntax.texi
+++ b/
lispref/syntax.texi
@@
-512,7
+512,7
@@
This function returns the current syntax table, which is the table for
the current buffer.
@end defun
-@defmac with-syntax-table @var{table} @var{body}
...
+@defmac with-syntax-table @var{table} @var{body}
@dots{}
@tindex with-syntax-table
This macro executes @var{body} using @var{table} as the current syntax
table. It returns the value of the last form in @var{body}, after